Simplify etags.c by omitting a macro
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Apr 2024 08:20:12 +0000 (01:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Apr 2024 08:26:21 +0000 (01:26 -0700)
commitde59c02c685189413c7c5a136224d10152dc8a61
tree2a90e8eb9d5ecdec0c513ffff0e96bf84b84608e
parentd24981d27ceae404a1dbdc9dc8b0c0e94e63ed1a
Simplify etags.c by omitting a macro

* lib-src/etags.c (xnew): Remove.  All uses removed.
xnew was confusing, as sometimes it was used with n=1,
sometimes with Type=char, and it’s easier just to use xmalloc
or xnmalloc.
lib-src/etags.c